home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / AciusTN8-92.cpt / AciusTN8-92 / GraphicalButtonsƒ / Proc.Ext.rsrc / 4Dte_26011 < prev    next >
Text File  |  1992-10-10  |  858b  |  25 lines

  1. Sets the numbers of the PICT resources to be used by default for displaying the buttons.
  2.  
  3. If you pass a negative value to any one of the four first parameters, the value by default will not be modified.
  4.  
  5. If you pass zero, you will restore the original resource number. 
  6.  
  7. If you pass a number less than -1, the parameters 5 and 6 unchanged. 
  8.  
  9. Parameter 1:
  10. ID of the unclicked button
  11. Parameter 2:
  12. ID of the clicked button
  13. Parameter 3:
  14. ID of the unchecked radio button
  15. Parameter 4:
  16. ID of the checked radio button
  17. Parameter 5:
  18. ID of the inactive button
  19. Parameter 6:
  20. ID of the inactive radio button
  21.  
  22. NOTE:
  23. If the 5 or 6 parameters are equal to  zero, the inactive buttons will not be displayed. If they are equal to -1, the inactive buttons will be displayed inverted.
  24.  
  25. Written by François Marchal, © ACI 1991. Detailed description and source code in MPW Pascal.